/*$$
{"color":[{"val":"#e3e7f2","title":"英文栏目标题文字颜色"},
{"val":"#000000","title":"中文栏目标题颜色"},
{"val":"#333333","title":"内容文字颜色"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#233c82","title":"鼠标划过文字颜色"}],
"background":[{"val":"#233c82","title":"按钮背景颜色"},
{"val":"#4c619a","title":"按钮上箭头背景颜色"},
{"val":"#ffffff","title":"鼠标滑过按钮背景颜色"}],
"border":[{"val":"#233c82","title":"按钮边框"}]}
$$*/
#about_147{
	width: 100%;
	height: 100%;
	background:#f3f5f6 url(./../../../static/images/IC00023_01.png) no-repeat center bottom;
}
#about_147 .aboutCon{
	width: 1200px;
	margin:0 auto 0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
#about_147 .cloumn{
	text-align: center;
	font-size: 202px;
	color: #e3e7f2;
	position: relative;
    font-weight:bold;
}
#about_147 .cloumn::before{
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width:100%;
	content:attr(data-title);
	font-size: 38px;
	color: #000000;
	line-height: 78px;
}
#about_147 .content{
	text-align: center;
	width: 970px;
	font-size: 16px;
	line-height:36px;
	color: #333333;
	margin: 50px auto;
}
#about_147 .moreBtn{
	background: #233c82;
	border:#233c82 solid 1px;
	width: 195px;
	height: 56px;
	border-radius: 50px;
	text-align: center;
	line-height: 56px;
	padding-right: 40px;
	position: relative;
	font-size: 14px;
	margin: 0 auto;
}
#about_147 .moreBtn i{
	color: #ffffff;
	position: relative;
	z-index: 10;
	transition: all .8s;
}
#about_147 .moreBtn:hover i{
	color: #233c82;
}
#about_147 .moreBtn::after,
#about_147 .moreBtn::before{
	position: absolute;
	content: '';
	transition: all .8s;
}
#about_147 .moreBtn::after{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	background: #4c619a url(./../../../static/images/IC00023_02.png) no-repeat center center;
}
#about_147 .moreBtn:hover::after{
	background: #233c82 url(./../../../static/images/IC00023_02.png) no-repeat center center;
}
#about_147 .moreBtn::before{
	left: 50%;
	top:50%;
	width: 0;
	height: 0;
	background: #ffffff;
	border-radius: 50px;
}
#about_147 .moreBtn:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
@media screen and (max-width: 1200px) {
	#about_147 .aboutCon{
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	#about_147{
		height: auto;
	}
	#about_147 .aboutCon{
		top:0;
		transform: translateY(0);
		padding: 30px 0;
	}
	#about_147 .cloumn{
		font-size: 50px;
	}
	#about_147 .cloumn::before{
		font-size: 24px;
		line-height: 36px;
	}
	#about_147 .content{
		width: 100%;
		padding:30px 50px;
	}
	
}
@media screen and (max-width: 768px){
	#about_147 .content{
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
		line-height: 28px;
		margin: 20px auto;
	}
	#about_147 .moreBtn{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	#about_147 .moreBtn::after{
		width: 25px;
		height: 25px;
	}
}